From: Kim F. Storm Date: Sun, 28 Jan 2007 22:34:31 +0000 (+0000) Subject: (cua-global-keymap, cua--region-keymap): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2588 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f6341d77f85f0ebe0467dd1524f75843029046f5;p=emacs.git (cua-global-keymap, cua--region-keymap): Declare earlier to avoid byte compiler warnings. --- diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index 9311bdc0613..0463b01b7e3 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el @@ -399,6 +399,9 @@ and after the region marked by the rectangle to search." (other :tag "Enabled" t)) :group 'cua) +(defvar cua-global-keymap) ; forward +(defvar cua--region-keymap) ; forward + (defcustom cua-rectangle-mark-key [(control return)] "Global key used to toggle the cua rectangle mark." :set #'(lambda (symbol value)